text/template/parse.Tree.vars (field)
11 uses
text/template/parse (current package)
parse.go#L31: vars []string // variables defined at the moment.
parse.go#L235: t.vars = []string{"$"}
parse.go#L249: t.vars = nil
parse.go#L485: t.vars = append(t.vars, v.val)
parse.go#L489: t.vars = append(t.vars, v.val)
parse.go#L538: defer t.popVars(len(t.vars))
parse.go#L835: t.vars = t.vars[:n]
parse.go#L842: for _, varName := range t.vars {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)